Previous Book Contents Book Index Next

Inside Macintosh: AppleScript Language Guide / Part 3 - Appendixes
Appendix C - Error Messages


AppleScript Errors
Error numberError message
-2701Can't divide <number> by zero.
-2702The result of a numeric operation was too large.
-2703<reference> can't be launched because it is not an application.
-2704<reference> isn't scriptable.
-2705The application has a corrupted dictionary.
-2706Stack overflow.
-2707Internal table overflow.
-2708Attempt to create a value larger than the allowable size.
-2709Can't get the event dictionary.
-2720Can't both consider and ignore <attribute>.
-2721Can't perform operation on text longer than 32K bytes.
-2729Message size too large for the 7.0 Finder.
-2740A <language element> can't go after this <language element>.
-2741Expected <language element> but found <language element>.
-2750The <name> parameter is specified more than once.
-2751The <name> property is specified more than once.
-2752The <name> handler is specified more than once.
-2753The variable <name> is not defined.
-2754Can't declare <name> as both a local and global variable.
-2755Exit statement was not in a repeat loop.
-2760Tell statements are nested too deeply.
-2761<name> is illegal as a formal parameter.
-2762<name> is not a parameter name for the event <event>.
-2763No result was returned for some argument of this expression.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996